home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / LANGUAGE / HELP.DFM / HELP.txt
Text File  |  1996-09-04  |  502b  |  26 lines

  1. object HelpForm: THelpForm
  2.   Caption = 'Help Window'
  3.   object CaptionBar: TrxLabel
  4.     Hint = 'MOVE HELP WINDOW'
  5.     Caption = 'Help'
  6.   end
  7.   object ImageText: TImage
  8.     Hint = 'HELP WINDOW'
  9.   end
  10.   object CloseButton: TImage
  11.     Hint = 'CLOSE WINDOW'
  12.   end
  13.   object MinButton: TImage
  14.     Hint = 'CLOSE WINDOW'
  15.   end
  16.   object Maximize: TBitmapButton
  17.     Hint = 'MAXIMIZE HELP WINDOW'
  18.   end
  19.   object About: TBitmapButton
  20.     Hint = 'About'
  21.   end
  22.   object Memo: TMemo
  23.     Hint = 'HELP WINDOW'
  24.   end
  25. end
  26.